Skip to main content

licence DOI

word_cloud

A little word cloud generator in Python. Read more about it on the blog post or the website.

The code is tested against Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13.

Installation

If you are using pip:

pip install wordcloud

If you are using conda, you can install from the conda-forge channel:

conda install -c conda-forge wordcloud

Installation notes

wordcloud depends on numpy, pillow, and matplotlib.

If there are no wheels available for your version of python, installing the package requires having a C compiler set up. Before installing a compiler, report an issue describing the version of python and operating system being used.

Examples

Check out examples/simple.py for a short intro. A sample output is:

Constitution

Or run examples/masked.py to see more options. A sample output is:

Alice in Wonderland

Getting fancy with some colors: Parrot with rainbow colors

Generating wordclouds for Arabic:

Arabic wordlcloud

Command-line usage

The wordcloud_cli tool can be used to generate word clouds directly from the command-line:

$ wordcloud_cli --text mytext.txt --imagefile wordcloud.png

If you're dealing with PDF files, then pdftotext, included by default with many Linux distribution, comes in handy:

$ pdftotext mydocument.pdf - | wordcloud_cli --imagefile wordcloud.png

In the previous example, the - argument orders pdftotext to write the resulting text to stdout, which is then piped to the stdin of wordcloud_cli.py.

Use wordcloud_cli --help so see all available options.

Licensing

The wordcloud library is MIT licenced, but contains DroidSansMono.ttf, a true type font by Google, that is apache licensed. The font is by no means integral, and any other font can be used by setting the font_path variable when creating a WordCloud object.

Release files for wordcloud 1.9.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for wordcloud 1.9.6
File Size Uploaded
wordcloud-1.9.6.tar.gz 27.6 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for wordcloud 1.9.6
File
wordcloud-1.9.6-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
wordcloud-1.9.6-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
wordcloud-1.9.6-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
wordcloud-1.9.6-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
wordcloud-1.9.6-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
wordcloud-1.9.6-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
wordcloud-1.9.6-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
wordcloud-1.9.6-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
wordcloud-1.9.6-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
wordcloud-1.9.6-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
wordcloud-1.9.6-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
wordcloud-1.9.6-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
wordcloud-1.9.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
wordcloud-1.9.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
wordcloud-1.9.6-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
wordcloud-1.9.6-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
wordcloud-1.9.6-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
wordcloud-1.9.6-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
wordcloud-1.9.6-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
wordcloud-1.9.6-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
wordcloud-1.9.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
wordcloud-1.9.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
wordcloud-1.9.6-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
wordcloud-1.9.6-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
wordcloud-1.9.6-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
wordcloud-1.9.6-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
wordcloud-1.9.6-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
wordcloud-1.9.6-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
wordcloud-1.9.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
wordcloud-1.9.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
wordcloud-1.9.6-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
wordcloud-1.9.6-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
wordcloud-1.9.6-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
wordcloud-1.9.6-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
wordcloud-1.9.6-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
wordcloud-1.9.6-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
wordcloud-1.9.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
wordcloud-1.9.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
wordcloud-1.9.6-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
wordcloud-1.9.6-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
wordcloud-1.9.6-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
wordcloud-1.9.6-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
wordcloud-1.9.6-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
wordcloud-1.9.6-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
wordcloud-1.9.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
wordcloud-1.9.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
wordcloud-1.9.6-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
wordcloud-1.9.6-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
wordcloud-1.9.6-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
wordcloud-1.9.6-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
wordcloud-1.9.6-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
wordcloud-1.9.6-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
wordcloud-1.9.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
wordcloud-1.9.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
wordcloud-1.9.6-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
wordcloud-1.9.6-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details

Total release size: 49.3 MB

Release files / wordcloud-1.9.6.tar.gz

Download URL wordcloud-1.9.6.tar.gz
Size 27.6 MB
Tags Source
SHA-256 checksum
How to use checksums
df17c468ff903bd0aba4f87c6540745d13a4931220dd4937cb363ad85a4771b9
BLAKE2b-256 checksum
How to use checksums
6f04a3d3c4b94a35586ddb97c6a3c508913159161cd558b34f315b382b924bf7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314t-win_amd64.whl

Download URL wordcloud-1.9.6-cp314-cp314t-win_amd64.whl
Size 320.4 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
22cf91490bcc0fa23585acbab1906a44a438fa7dd4d9a2b2663f39c8650634a6
BLAKE2b-256 checksum
How to use checksums
8cfd2704f0be5f4913c623b283a1c92016b9ce93cab5ea0f6e86e8517c617c32
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314t-win32.whl

Download URL wordcloud-1.9.6-cp314-cp314t-win32.whl
Size 306.4 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
32f93e42b44dca992eb5f692ddd258f043465f49d9a53e6aa3d4853fca615e23
BLAKE2b-256 checksum
How to use checksums
b8a7bb2bbc36739472e8328dbe4246c5b7593b3fa4f8b77a1214dc3ad8e0a7fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL wordcloud-1.9.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 545.8 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
337b73155c60fc536cab8a998bd8312f81c99524716c86e3e43f3b6408f42bdc
BLAKE2b-256 checksum
How to use checksums
7877a14ab3680c08ca585b25c1549ca9b3ca52a078e82450ad513475d9edffbc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL wordcloud-1.9.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 542.7 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
74c9e5cb52c35aa822ff7f3251a633aa52b830ba206be275c1da743de255a15c
BLAKE2b-256 checksum
How to use checksums
d5f97089b537fe791447abce3bbbf89edf9cd6585a25f80764bcf386b2a245b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL wordcloud-1.9.6-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 551.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
33a4b3dcbd9095a968dd3201bc6667d9788ec7b949f6d8356985a8fc64a0590b
BLAKE2b-256 checksum
How to use checksums
89000d5d6731c98312c5ceef83dbdc50a34479b63377c8258e17b613e37fead0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL wordcloud-1.9.6-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 559.4 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d4804bee501b85b6f6015c434879a3e9ef2795b97c00aec387a0d6adfcaa2ca5
BLAKE2b-256 checksum
How to use checksums
bf5ca0570972c5951c6586dbe9b25b87914f5376406b4da9ec877bce9b0fcf47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314t-macosx_11_0_arm64.whl

Download URL wordcloud-1.9.6-cp314-cp314t-macosx_11_0_arm64.whl
Size 174.2 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
436b99261ef31369019b989137a940835de887de52dce5b63786ef13fb82e18a
BLAKE2b-256 checksum
How to use checksums
b8e1397cb2e0e2c9424841ace579edbe96d133291496f8312f24d70a855b36d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL wordcloud-1.9.6-cp314-cp314t-macosx_10_15_x86_64.whl
Size 174.0 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
a4070ef896396d3fbb7a71c775c08138d61b85ea4d414e86b4e132f8736f20f6
BLAKE2b-256 checksum
How to use checksums
e7642183079c0eca58a211f1456f524bcb283fafc65f1ccae54f412b07efab52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314-win_amd64.whl

Download URL wordcloud-1.9.6-cp314-cp314-win_amd64.whl
Size 308.6 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
8549f85a93626f5d03c06e63106ce228910008becd1e1f3b49693d13e33a5873
BLAKE2b-256 checksum
How to use checksums
748eb9ff7ab3dc030cbf7b2737adc5eddc847b99c8665a45007b25e558cfff8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314-win32.whl

Download URL wordcloud-1.9.6-cp314-cp314-win32.whl
Size 297.1 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
eabd94c69435b19163991da8e71310bb4873e31982e54ff4cf62317f0e1223b0
BLAKE2b-256 checksum
How to use checksums
63898001d176085d6d31b107b58c29b7648898d6af9cb23b9d76d67d83cf88f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL wordcloud-1.9.6-cp314-cp314-musllinux_1_2_x86_64.whl
Size 548.6 kB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
aaaebdc056052fc3f21e3aebc6653fc76ee6c4fdcd5785a9991ce186eb15a776
BLAKE2b-256 checksum
How to use checksums
1c936eb7bae66bc2b34e4e2f5bd1c5cae8ddc789255a163c15a816b602519fc2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL wordcloud-1.9.6-cp314-cp314-musllinux_1_2_aarch64.whl
Size 535.5 kB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e11c048f9056a9dda20627c29c578cb34f6778b152d0f0eb0dd33581faf03f65
BLAKE2b-256 checksum
How to use checksums
59f5290bd0b7e039f3b94e9961fff6acabcb761bef27d0a65516423e014bbfec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL wordcloud-1.9.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 546.3 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
2998a9a6ea9dc18c81a980403d03ed97822c971bd971b2faa3b5ee2da047f237
BLAKE2b-256 checksum
How to use checksums
9acff15a13027b0d976ebcbb1c1f3c0a52aaa93a06a84952859e12d0cb7079f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL wordcloud-1.9.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 542.9 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
bfc67c14d5af51a8ddf2a36be85f4ef017c835f3f37a11ab7ef1a898c950f8b4
BLAKE2b-256 checksum
How to use checksums
7cf8fc2b3f5689a91aeab55bd47f0022371e41ee41e2a705eebbc2a0981a8c60
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314-macosx_11_0_arm64.whl

Download URL wordcloud-1.9.6-cp314-cp314-macosx_11_0_arm64.whl
Size 168.9 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f9bfe99fde048e109343858a7a866bdccd95f70cabe171aa7fd9fb7609bff12b
BLAKE2b-256 checksum
How to use checksums
6472a703bd2fbc79fa6ae78aaee34d01e24d0324e5874c0a7918c73f27857f5c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp314-cp314-macosx_10_15_x86_64.whl

Download URL wordcloud-1.9.6-cp314-cp314-macosx_10_15_x86_64.whl
Size 169.7 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
5cd785127483b835d22c7e7a235fbd925d01fcd2846c2eacf45d715e32775563
BLAKE2b-256 checksum
How to use checksums
6fa4da39308bffd24e82761d804797f04d428011b4bb3be51135177a5b884842
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp313-cp313-win_amd64.whl

Download URL wordcloud-1.9.6-cp313-cp313-win_amd64.whl
Size 307.0 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
3d3c5b0b5f66a385300dacb5ba2c2dba67c18c332b934fdac08261c1c7ee7d7a
BLAKE2b-256 checksum
How to use checksums
a74aa9cd73b01af02fa84265cf35e19ce91c31f9f7c538325115fe258bf0ada3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp313-cp313-win32.whl

Download URL wordcloud-1.9.6-cp313-cp313-win32.whl
Size 296.0 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
3a245498f429b4b37e909e5410887da8aed697f1d8b70c0a6d7f37ac7188654d
BLAKE2b-256 checksum
How to use checksums
0c941a9760be65dcd2f9152a36b3935182d748d06195c5cd535baf4498fc8d94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL wordcloud-1.9.6-cp313-cp313-musllinux_1_2_x86_64.whl
Size 552.0 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4b82ee3bf54d1f324346c7eebe4d0146748b913e790ddb661679d7559fcc0769
BLAKE2b-256 checksum
How to use checksums
23affb4e76467a8c992d873da67e2e2fef6d63d47d2424fcb426ba7c28dadee3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL wordcloud-1.9.6-cp313-cp313-musllinux_1_2_aarch64.whl
Size 536.3 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7f5fef15420e4fd1c3ba18766cd7225f6310a780602798cdd35046b004e6adb8
BLAKE2b-256 checksum
How to use checksums
6c1d1c5aef5da9a90fb4859ca014d4068a5d5d2a310868e2f94b0c1cbac965fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL wordcloud-1.9.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 550.7 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9cad69c24ae6b3f33eae5ebff012ad6c5dd7e79c0f6f768646676722281acf8f
BLAKE2b-256 checksum
How to use checksums
51cfb70f403be0a6fb722fd6654b0905d0b4914fec6a5c5a11525715dc5facd9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL wordcloud-1.9.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 543.6 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
122d01c617cac7a6620acdcf182ff117df1e08dc31d1947ac669c5af1946c9bf
BLAKE2b-256 checksum
How to use checksums
4e6ee306dc81577e540b14e88f44fae111a3dd2542f04bcc770660a22b03da7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp313-cp313-macosx_11_0_arm64.whl

Download URL wordcloud-1.9.6-cp313-cp313-macosx_11_0_arm64.whl
Size 168.3 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ec02d1a44040d32a21acdeaf3fe7d1c4f4ad6d42fd417b13c7c60b41403c6978
BLAKE2b-256 checksum
How to use checksums
65bd54e8ef889a73f47ac0216b8acc774bf7b260dbad4cd0a62f8638d43730ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp313-cp313-macosx_10_13_x86_64.whl

Download URL wordcloud-1.9.6-cp313-cp313-macosx_10_13_x86_64.whl
Size 169.3 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
706d19a085170151b1deade56fcc1b367e809b4ebea76f2ee39ecb95d45b2fcc
BLAKE2b-256 checksum
How to use checksums
d8a5067c0a7c75db885c573b80834deb16b63a8a145146916438b640439eaa46
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp312-cp312-win_amd64.whl

Download URL wordcloud-1.9.6-cp312-cp312-win_amd64.whl
Size 307.2 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
7977a1727e059d6ba0a679dacbab57a966ab28913fc1764079efdfdc67f8e4d2
BLAKE2b-256 checksum
How to use checksums
b16a47d0d8c5ca74400750797ae8fd13f200204294e008e1235e51814e732b09
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp312-cp312-win32.whl

Download URL wordcloud-1.9.6-cp312-cp312-win32.whl
Size 296.1 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
1200af0c9be744c9e70fd7305c80d4b317fbcb1d41cf9b72a24d648e70ad598c
BLAKE2b-256 checksum
How to use checksums
2afcf388ba4a7ec09a2d2c2c0f1cb2cbf158fe5850aa1f03831e854782a31c03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL wordcloud-1.9.6-cp312-cp312-musllinux_1_2_x86_64.whl
Size 554.6 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
11b55fbcb2fa5db7e876887858fdf6480f21300b4384ff610c3aa9c0ef420ae9
BLAKE2b-256 checksum
How to use checksums
f1ae4926fa61265cd492ee504ec1ac9880b8840eda2c104c06e57f516f883f90
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL wordcloud-1.9.6-cp312-cp312-musllinux_1_2_aarch64.whl
Size 538.2 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
dfea5803c6e2b540da04f9693da93fd90d9babeed284950ab720487eb7b44942
BLAKE2b-256 checksum
How to use checksums
d084a1e23051927588e9567da232adfd54485a7def7957bb23287b89398e5050
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL wordcloud-1.9.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 554.9 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f534204038811676890bc91c10bcca0b04c6933011c250b4b09323d2a0b0a8c1
BLAKE2b-256 checksum
How to use checksums
6eb9916484ac803dbdbcd0f8669a6363264a438801feff938d5f3f209521ee2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL wordcloud-1.9.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 547.5 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5fce2f0fb0469623db85e1e974ea64f51e78758c4d8e84ed0b4344530d1ba8ab
BLAKE2b-256 checksum
How to use checksums
f228a011d949b6cba617a6aaf31994afc81d38a467510bc76be4e96a37808a62
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp312-cp312-macosx_11_0_arm64.whl

Download URL wordcloud-1.9.6-cp312-cp312-macosx_11_0_arm64.whl
Size 168.9 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ba607e25f7ab78085e6c7a9b3d9cb5eb637e73560e5a8b4f6924705d64a76b0e
BLAKE2b-256 checksum
How to use checksums
04721aeb291fd5965826e478b0efd8bcb4351e8a2434f366416537096cd41a0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp312-cp312-macosx_10_13_x86_64.whl

Download URL wordcloud-1.9.6-cp312-cp312-macosx_10_13_x86_64.whl
Size 170.1 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
e51ebaeb6ce337b26ce4ba7e5eb3359981a8a648713301a252f49dbab5fe56cb
BLAKE2b-256 checksum
How to use checksums
7d0c1df77d67d1cc990f83b70708b002fc8378779c94b5d0a80e570c5ead04b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp311-cp311-win_amd64.whl

Download URL wordcloud-1.9.6-cp311-cp311-win_amd64.whl
Size 306.1 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
8a1b3b15509e05c1c3322a205108f7da31ca06bbcf979c104e1a7b9b9b76fff2
BLAKE2b-256 checksum
How to use checksums
45700041966d469dec79036ad3962b83b007004b842531ee7c41bdba61310eb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp311-cp311-win32.whl

Download URL wordcloud-1.9.6-cp311-cp311-win32.whl
Size 295.6 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
c96ba0b5d7194322e88bc2bfbaf653cd3de9a5dbe3f78e07ea365ac40cd2f987
BLAKE2b-256 checksum
How to use checksums
b2c9663e9468b34a402e0861b5c2a2eeb4d71e5c60a81c35b2f4dcc9a9af8649
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL wordcloud-1.9.6-cp311-cp311-musllinux_1_2_x86_64.whl
Size 555.2 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
dc80e742a95af65bae9556b5ec77837a104b12aeadb4772dedbd352f9dfc3e7a
BLAKE2b-256 checksum
How to use checksums
b7442ab3357b1f161e317c83f4e179a576f9c247c1cce41a9bef1fe89e01e6b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL wordcloud-1.9.6-cp311-cp311-musllinux_1_2_aarch64.whl
Size 544.3 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
ec394e02202e84550f50ab88cba5683f54775f89998dd46b8e41e297a9f1735c
BLAKE2b-256 checksum
How to use checksums
93624f4e6ae70bad5ff39fff4cbfd97b7a6e0807db8557ea1faf09643a828cf3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL wordcloud-1.9.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 551.3 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e1c31741b7612d9f408551434d4164e75d2e6b8542b59ec53ea77f773286713a
BLAKE2b-256 checksum
How to use checksums
9d7e773bcc351664eb980ea36e56e8f1ecb62ce657e0936b9971e66f17065819
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL wordcloud-1.9.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 547.8 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
33e3c214381244043d5921ba653ccf7e7407c3f97915dc99c639ebc4acd47dce
BLAKE2b-256 checksum
How to use checksums
6f84bb64813cd1ffc255a9d8f4a4faf9daa283e9ad0ac127366df716ee2b1719
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp311-cp311-macosx_11_0_arm64.whl

Download URL wordcloud-1.9.6-cp311-cp311-macosx_11_0_arm64.whl
Size 168.4 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
bc9ac1ad23ef76c1d1fbbeafbfb6125d2d63a9346bac642ca201cbc457da8f8a
BLAKE2b-256 checksum
How to use checksums
d0e9259b1ea381d866bc56963945d494da1589a64cda5443d3989fe8926548ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp311-cp311-macosx_10_9_x86_64.whl

Download URL wordcloud-1.9.6-cp311-cp311-macosx_10_9_x86_64.whl
Size 168.8 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6eab5eb4caa4bda125dd3acc8f71697617c26c2a2203d8fcdaf2a92a7d12a4a8
BLAKE2b-256 checksum
How to use checksums
546b369ba57a28b4233ff517eb18633e9f0b35f0b9851afe2a0dcb84b05739d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp310-cp310-win_amd64.whl

Download URL wordcloud-1.9.6-cp310-cp310-win_amd64.whl
Size 306.2 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
2c9702fa654c9305d1bff86043147ee19661da145218e7b0114cb4f6d1459462
BLAKE2b-256 checksum
How to use checksums
7c2a16bab06c328f1b0fd4c0067ebcb73f31cc1c7dd3a5699f99fb8bf8e4530a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp310-cp310-win32.whl

Download URL wordcloud-1.9.6-cp310-cp310-win32.whl
Size 295.9 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
5746286fb0506fd9731ec35c25046e6437db9f1e85155cdba113ac184625b3f8
BLAKE2b-256 checksum
How to use checksums
2914e822d6b96b9552b97dd3db8231ef57d33b63325eca4c3eb39499ff56707d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL wordcloud-1.9.6-cp310-cp310-musllinux_1_2_x86_64.whl
Size 529.5 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d63b1dcd3bc3c5f68ef591f454cae13c0d613a91b86db3d62f5f420b333fbedb
BLAKE2b-256 checksum
How to use checksums
540b7d0d433dc309ac82f15a911bb3f9f7bea05e9560861586b8cc5e498bc148
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL wordcloud-1.9.6-cp310-cp310-musllinux_1_2_aarch64.whl
Size 518.4 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3f41dcda0ca3a5b3c220ee9a928db7fe3b6bcfc534e5b9fcdac8afebb59a18f1
BLAKE2b-256 checksum
How to use checksums
a85be5b1b492ae795345c4984b7944cd5c5db00d95b35b0b74d1d39388e311fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL wordcloud-1.9.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 526.2 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
682fd4bfc2f0c262c1ccf2bbc0ed503361f40c3dcd2e3dbe9ec3c233916cada6
BLAKE2b-256 checksum
How to use checksums
c4136d3b313d98012b1a6e8f194a0116e6f92f7d30934cf7d7848db59989c969
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL wordcloud-1.9.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 522.9 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
1b200b26bc746fa97c52dc8eba2bdca95c95366ddca51df167bd35a16c48a678
BLAKE2b-256 checksum
How to use checksums
1d55583ad9135080934f391f76f97c80ea68f0e85ef667f7297cc55a5ae05bb1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp310-cp310-macosx_11_0_arm64.whl

Download URL wordcloud-1.9.6-cp310-cp310-macosx_11_0_arm64.whl
Size 168.5 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6c4677c4b70e800ce3ff84b904db2ab9a30a6ad03898c668a71507da9ce14ad7
BLAKE2b-256 checksum
How to use checksums
0e87cd17e9ff9014c5328e3191c7832d18bd3b010eb25a493dd2ec7ca2cf6296
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp310-cp310-macosx_10_9_x86_64.whl

Download URL wordcloud-1.9.6-cp310-cp310-macosx_10_9_x86_64.whl
Size 169.1 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
41dfe1c6b30f731225ce67697b0589df5539032b82a4c334f94ead3151d589aa
BLAKE2b-256 checksum
How to use checksums
eec8ff2453f332f7e61bfaebefb1b1967c4f05cee15c3b1e5f3edea36fb7c351
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp39-cp39-win_amd64.whl

Download URL wordcloud-1.9.6-cp39-cp39-win_amd64.whl
Size 306.5 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
ad4bac1d74ab98fd36bc7c71567b99fc4f3935c4e11f413d314102a78d151147
BLAKE2b-256 checksum
How to use checksums
1bd1a875be97f1d5c2142b1ffc65e9ffa9ef60fb183fd7c99c754cebc02a9d63
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp39-cp39-win32.whl

Download URL wordcloud-1.9.6-cp39-cp39-win32.whl
Size 296.1 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
36069df9d64217a734f360f2f9587c34b4c26925d3d39ed62cdd85221013b2ff
BLAKE2b-256 checksum
How to use checksums
7cdcc0772dd2a378bc9704e476050fecfc1caf81eb3ee1d94114160f99adf9b5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL wordcloud-1.9.6-cp39-cp39-musllinux_1_2_x86_64.whl
Size 529.3 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
261e14fe754c8688ccd5999aa30ffe3c5dcd206874a2f162c526b0e0c3470e35
BLAKE2b-256 checksum
How to use checksums
be5700e77a4e3a44ec456133296850c7bc02da0e5ad5a075722a88be5b8c3164
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL wordcloud-1.9.6-cp39-cp39-musllinux_1_2_aarch64.whl
Size 517.7 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
15b11da41fd256c0ea171a6078347ab24061d6ee13284f70f7870881c700f119
BLAKE2b-256 checksum
How to use checksums
c43474a4222fa95fe3c5c60abeed35dd8dc31aa046b928590e5bcf5156bc3583
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL wordcloud-1.9.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 525.6 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
db98e5a406365bfd452fe4f4f9eaedb2dd9ea882d27c4807d2231e335a2b718b
BLAKE2b-256 checksum
How to use checksums
1f6d483e6c721cc2a1d255d3fce85116863c32f2bc1fb4c5e0da2d0ca7ab19c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL wordcloud-1.9.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 522.2 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
154b2e526c5d1df57dfbf53865f41dc00f2903a58ad23b5012254c3866fc225e
BLAKE2b-256 checksum
How to use checksums
7cd9c17974e7934fb9fbdd302e41cb3467d4cf6b886640a6a3dc5d7c9ef25824
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp39-cp39-macosx_11_0_arm64.whl

Download URL wordcloud-1.9.6-cp39-cp39-macosx_11_0_arm64.whl
Size 168.9 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fe9ef0567b98be19b32802ef9167821c5e49d0873620926a2ba2cfef05931591
BLAKE2b-256 checksum
How to use checksums
bab495ed819e7391dd7b394d8c378570f6d051e8ac4d7cc22a90d60ee7b9d408
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / wordcloud-1.9.6-cp39-cp39-macosx_10_9_x86_64.whl

Download URL wordcloud-1.9.6-cp39-cp39-macosx_10_9_x86_64.whl
Size 169.5 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4548f339110e56b4fb198e765869cab2ed9005acedf4055a5f880543b3810bdc
BLAKE2b-256 checksum
How to use checksums
d5d10052948f5b73073ebb687b94ac52164f3b9bc1f536c4b4606760eff81c95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release history Release notifications | RSS feed

This release

1.9.6 This release

57 release files

1.9.5

57 release files

1.9.4

72 release files

1.9.2

55 release files

1.8.1

16 release files

1.8.0

22 release files

1.6.0

17 release files

1.5.0

17 release files

1.4.1

1 release file

1.4

1 release file

1.3.1

1 release file

1.3

1 release file

1.2.1

1 release file

1.2

1 release file

1.1.3

1 release file

1.1.2

1 release file

1.1.1

1 release file

1.1.0

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page